home *** CD-ROM | disk | FTP | other *** search
- #[document 52.6251 110.175 142.475 210.725
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(56.50,120.45);
- l(55.10,115.25);
- l(58.20,112.65);
- l(62.60,113.75);
- l(100.35,135.55);
- l(105.50,144.35);
- l(109.90,160.85);
- l(116.35,171.95);
- l(126.60,181.95);
- l(131.50,172.55);
- l(133.60,163.25);
- l(133.60,154.95);
- l(140.00,158.65);
- l(138.10,176.45);
- l(133.60,190.65);
- l(121.00,208.25);
- l(117.20,202.15);
- l(108.35,189.95);
- l(96.50,180.25);
- l(84.70,174.15);
- l(77.60,169.95);
- l(77.95,160.65);
- l(77.95,150.55);
- l(74.00,140.75);
- l(65.95,131.95);
- l(56.50,120.45);
- close_edge();
- p=path();
- gc_draw_style(stroked);
- gc_line_join_style(round);
- gc_stroke_width(3.50);
- gc_font_draw_style(0);
- gc_color(0.00,0.00,0.00);
- gc_opacity(0.15);
- s[0]=draw(p);
- page:=s[0];
- s=NULL;
- #]page
- #]document
-